home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2006 May / PCWMAY06.iso / Software / Freeware / First Page 2006 3.00 / fp2006-final-3.00-setup.exe / {app} / Iscripts / Message Dialogs / hyperlink-status-text.izs < prev    next >
Text File  |  2005-09-28  |  2KB  |  69 lines

  1. <!NOWIZARD>
  2.  
  3. <!TITLE>Hyperlink Status Text 
  4.  
  5. <!/TITLE>
  6.  
  7. <!DESCRIPTION> Another status bar script that changes the status bar message for each link when the user hovers over the link. 
  8. <!/DESCRIPTION> 
  9.  
  10. <!CATEGORY>Messages<!/CATEGORY>
  11.  
  12. <!SCRIPT>
  13. <!-- START OF SCRIPT -->
  14.  
  15.  
  16. <!-- HOW TO INSTALL HYPERLINK STATUS TEXT:
  17.  
  18.   1.  Add the onLoad event handler into the BODY tag
  19.   2.  Copy code into the body section of document  -->
  20.  
  21. <!-- STEP ONE: Insert onLoad event into BODY tag  -->
  22.  
  23. <BODY onLoad="window.defaultStatus = 'Hello' ">
  24.  
  25. <!-- STEP TWO: Add code into BODY section of document  -->
  26.  
  27. <!-- Original:  Charlie Melbye -->
  28. <p>
  29. <a href="http://www.evrsoft.com" onmouseover="window.status='JSS the home for free scripts';return true">JSS  Home</a></p>
  30. <p>
  31. <a href="http://www.evrsoft.com" onmouseover="window.status='Dynamic Message Scripts!';return true">Messages</a></p>
  32. <p>
  33. <a href="http://www.evrsoft.com" onmouseover="window.status='Want to change the background effects on your site.';return true">JSS  Home</a></p>
  34.  
  35.  
  36.  
  37. <!-- END OF SCRIPT -->
  38. <!/SCRIPT>
  39.  
  40. <!PREVIEW>
  41. <!-- START OF SCRIPT -->
  42.  
  43.  
  44. <!-- HOW TO INSTALL HYPERLINK STATUS TEXT:
  45.  
  46.   1.  Add the onLoad event handler into the BODY tag
  47.   2.  Copy code into the body section of document  -->
  48.  
  49. <!-- STEP ONE: Insert onLoad event into BODY tag  -->
  50.  
  51. <BODY onLoad="window.defaultStatus = 'Hello' ">
  52.  
  53. <!-- STEP TWO: Add code into BODY section of document  -->
  54.  
  55. <!-- Original:  Charlie Melbye -->
  56. <p>
  57. <a href="http://evrsoft.com" onmouseover="window.status='JSS the home for free scripts';return true">JSS  Home</a></p>
  58. <p>
  59. <a href="http://evrsoft.com/messages/" onmouseover="window.status='Dynamic Message Scripts!';return true">Messages</a></p>
  60. <p>
  61. <a href="http://evrsoft.com/bgeffects/" onmouseover="window.status='Want to change the background effects on your site.';return true">JSS  Home</a></p>
  62.  
  63.  
  64.  
  65. <!-- END OF SCRIPT -->
  66. <!/PREVIEW>
  67.  
  68. <!RELATED>NONE<!/RELATED>
  69.